sync.Cond.notify (field)

5 uses

	sync (current package)
		cond.go#L42: 	notify  notifyList
		cond.go#L68: 	t := runtime_notifyListAdd(&c.notify)
		cond.go#L70: 	runtime_notifyListWait(&c.notify, t)
		cond.go#L83: 	runtime_notifyListNotifyOne(&c.notify)
		cond.go#L92: 	runtime_notifyListNotifyAll(&c.notify)